Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[META 388] Add support for Azure App Service Cloud metadata #1083

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Dec 8, 2020

This commit adds support for retrieving cloud metadata about an Azure App Service from the environment variables.

This commit adds support for retrieving
cloud metadata about an Azure App Service
from the environment variables.
@codecov-io
Copy link

Codecov Report

Merging #1083 (e1cb0e2) into master (8875c8a) will decrease coverage by 0.05%.
The diff coverage is 68.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1083      +/-   ##
==========================================
- Coverage   79.02%   78.97%   -0.06%     
==========================================
  Files         149      151       +2     
  Lines        7362     7449      +87     
==========================================
+ Hits         5818     5883      +65     
- Misses       1544     1566      +22     
Impacted Files Coverage Δ
src/Elastic.Apm/Helpers/EnvironmentHelper.cs 21.05% <21.05%> (ø)
...astic.Apm/Cloud/AzureAppServiceMetadataProvider.cs 81.81% <81.81%> (ø)
...astic.Apm/Cloud/CloudMetadataProviderCollection.cs 93.33% <100.00%> (+0.47%) ⬆️
src/Elastic.Apm/Helpers/SystemInfoHelper.cs 87.50% <0.00%> (+0.96%) ⬆️
...rc/Elastic.Apm/Cloud/AzureCloudMetadataProvider.cs 100.00% <0.00%> (+10.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8875c8a...e1cb0e2. Read the comment docs.

@apmmachine
Copy link
Contributor

apmmachine commented Dec 8, 2020

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Branch indexing

  • Start Time: 2020-12-16T02:20:11.972+0000

  • Duration: 78 min 14 sec

Test stats 🧪

Test Results
Failed 1
Passed 8000
Skipped 0
Total 8001

Test errors 1

Expand to view the tests failures

Initializing / Parallel / Windows .NET Framework / Test / ConvenientApiTransactionTests.Elastic.Apm.Tests.ApiTests.ConvenientApiTransactionTests.AsyncTaskWithReturnType – Elastic.Apm.Tests.ApiTests.ConvenientApiTransactionTests
    Expand to view the error details

     Expected value to be greater or equal to 1.0, but found 0.997. 
    

    Expand to view the stacktrace

     Expected value to be greater or equal to 1.0, but found 0.997.
    Stack Trace:
       at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
       at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
       at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
       at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
       at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
       at FluentAssertions.Numeric.NumericAssertions`1.BeGreaterOrEqualTo(T expected, String because, Object[] becauseArgs)
       at Elastic.Apm.Tests.ShouldWaitDurationExtensions.BeGreaterOrEqualToMinimumSleepLength(NullableNumericAssertions`1 duration) in C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1083\apm-agent-dotnet\test\Elastic.Apm.Tests\Extensions\ShouldWaitDurationExtensions.cs:line 15
       at Elastic.Apm.Tests.ApiTests.ConvenientApiTransactionTests.<AssertWith1TransactionAsync>d__30.MoveNext() in C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1083\apm-agent-dotnet\test\Elastic.Apm.Tests\ApiTests\ConvenientApiTransactionTests.cs:line 657
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at Elastic.Apm.Tests.ApiTests.ConvenientApiTransactionTests.<AsyncTaskWithReturnType>d__16.MoveNext() in C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1083\apm-agent-dotnet\test\Elastic.Apm.Tests\ApiTests\ConvenientApiTransactionTests.cs:line 290
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
     
    

Steps errors 3

Expand to view the steps failures

Test & coverage
  • Took 4 min 16 sec . View more details on here
  • Description: .ci/windows/testnet461.bat
General Build Step
  • Took 0 min 0 sec . View more details on here
  • Description: [2020-12-16T02:59:38.386Z] Archiving artifacts script returned exit code 1
Build
  • Took 0 min 26 sec . View more details on here
  • Description: .ci/windows/dotnet.bat

Log output

Expand to view the last 100 lines of log output

[2020-12-16T03:38:04.913Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.AspNetCore.Static.Tests/ConfigTests.cs. 
[2020-12-16T03:38:04.913Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/LoggerTests.cs. 
[2020-12-16T03:38:04.987Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/LoggerTests.cs. 
[2020-12-16T03:38:04.987Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Mocks/MockAgentTimer.cs. 
[2020-12-16T03:38:05.056Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Mocks/MockAgentTimer.cs. 
[2020-12-16T03:38:05.056Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.Elasticsearch/HttpConnectionDiagnosticsListener.cs. 
[2020-12-16T03:38:05.127Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.Elasticsearch/HttpConnectionDiagnosticsListener.cs. 
[2020-12-16T03:38:05.127Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Cloud/AzureCloudMetadataProvider.cs. 
[2020-12-16T03:38:05.198Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Cloud/AzureCloudMetadataProvider.cs. 
[2020-12-16T03:38:05.198Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.AspNetCore/Extensions/TransactionExtensions.cs. 
[2020-12-16T03:38:05.269Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.AspNetCore/Extensions/TransactionExtensions.cs. 
[2020-12-16T03:38:05.269Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Consts.cs. 
[2020-12-16T03:38:05.337Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Consts.cs. 
[2020-12-16T03:38:05.337Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/SystemInfoHelperTests.cs. 
[2020-12-16T03:38:05.402Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/SystemInfoHelperTests.cs. 
[2020-12-16T03:38:05.402Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/StringExtensions.cs. 
[2020-12-16T03:38:05.480Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/StringExtensions.cs. 
[2020-12-16T03:38:05.480Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/SystemInfoHelper.cs. 
[2020-12-16T03:38:05.555Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/SystemInfoHelper.cs. 
[2020-12-16T03:38:05.555Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/HelpersTests/CollectionExtensionsTests.cs. 
[2020-12-16T03:38:05.618Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/HelpersTests/CollectionExtensionsTests.cs. 
[2020-12-16T03:38:05.618Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/CollectionExtensions.cs. 
[2020-12-16T03:38:05.689Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/CollectionExtensions.cs. 
[2020-12-16T03:38:05.689Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Logging/LogValuesFormatter.cs. 
[2020-12-16T03:38:05.761Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Logging/LogValuesFormatter.cs. 
[2020-12-16T03:38:05.761Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Api/CapturedStackFrame.cs. 
[2020-12-16T03:38:05.834Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Api/CapturedStackFrame.cs. 
[2020-12-16T03:38:05.834Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Config/AbstractConfigurationWithEnvFallbackReader.cs. 
[2020-12-16T03:38:05.905Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Config/AbstractConfigurationWithEnvFallbackReader.cs. 
[2020-12-16T03:38:05.905Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.Elasticsearch/ElasticsearchDiagnosticsListenerBase.cs. 
[2020-12-16T03:38:05.980Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.Elasticsearch/ElasticsearchDiagnosticsListenerBase.cs. 
[2020-12-16T03:38:05.980Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Metrics/MetricsProvider/GcMetricsProvider.cs. 
[2020-12-16T03:38:06.057Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Metrics/MetricsProvider/GcMetricsProvider.cs. 
[2020-12-16T03:38:06.057Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/ApiTests/CulpritTests.cs. 
[2020-12-16T03:38:06.124Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/ApiTests/CulpritTests.cs. 
[2020-12-16T03:38:06.124Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/HelpersTests/TextUtilsTests.cs. 
[2020-12-16T03:38:06.197Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/HelpersTests/TextUtilsTests.cs. 
[2020-12-16T03:38:06.197Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/ToStringBuilder.cs. 
[2020-12-16T03:38:06.270Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/ToStringBuilder.cs. 
[2020-12-16T03:38:06.270Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Model/Transaction.cs. 
[2020-12-16T03:38:06.348Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Model/Transaction.cs. 
[2020-12-16T03:38:06.348Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/TransactionIgnoreUrlsTests.cs. 
[2020-12-16T03:38:06.429Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/TransactionIgnoreUrlsTests.cs. 
[2020-12-16T03:38:06.429Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Config/AbstractConfigurationReader.cs. 
[2020-12-16T03:38:06.521Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Config/AbstractConfigurationReader.cs. 
[2020-12-16T03:38:06.521Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Cloud/AzureCloudMetadataProviderTests.cs. 
[2020-12-16T03:38:06.596Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Cloud/AzureCloudMetadataProviderTests.cs. 
[2020-12-16T03:38:06.596Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.Elasticsearch/AuditDiagnosticsListener.cs. 
[2020-12-16T03:38:06.669Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.Elasticsearch/AuditDiagnosticsListener.cs. 
[2020-12-16T03:38:06.670Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Api/System.cs. 
[2020-12-16T03:38:06.733Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Api/System.cs. 
[2020-12-16T03:38:06.733Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/HelpersTests/TimeUtilsTests.cs. 
[2020-12-16T03:38:06.809Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/HelpersTests/TimeUtilsTests.cs. 
[2020-12-16T03:38:06.809Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.AspNetCore/DiagnosticListener/AspNetCoreErrorDiagnosticListener.cs. 
[2020-12-16T03:38:06.882Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm.AspNetCore/DiagnosticListener/AspNetCoreErrorDiagnosticListener.cs. 
[2020-12-16T03:38:06.882Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Mocks/TestAgentComponents.cs. 
[2020-12-16T03:38:06.949Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Mocks/TestAgentComponents.cs. 
[2020-12-16T03:38:06.949Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Mocks/NoopLogger.cs. 
[2020-12-16T03:38:07.024Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/Mocks/NoopLogger.cs. 
[2020-12-16T03:38:07.024Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/TestHelpers/SystemDiagnosticsTraceLineWriter.cs. 
[2020-12-16T03:38:07.096Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/TestHelpers/SystemDiagnosticsTraceLineWriter.cs. 
[2020-12-16T03:38:07.096Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Api/DistributedTracingData.cs. 
[2020-12-16T03:38:07.178Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Api/DistributedTracingData.cs. 
[2020-12-16T03:38:07.178Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/LazyContextualInit.cs. 
[2020-12-16T03:38:07.251Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/LazyContextualInit.cs. 
[2020-12-16T03:38:07.251Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/WildcardMatcherTests.cs. 
[2020-12-16T03:38:07.329Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/test/Elastic.Apm.Tests/WildcardMatcherTests.cs. 
[2020-12-16T03:38:07.329Z] Starting copy source file /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/ContractExtensions.cs. 
[2020-12-16T03:38:07.407Z] Copied /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083/apm-agent-dotnet/src/Elastic.Apm/Helpers/ContractExtensions.cs. 
[2020-12-16T03:38:24.390Z] Body did not finish within grace period; terminating with extreme prejudice
[2020-12-16T03:38:24.394Z] Error when executing always post condition:
[2020-12-16T03:38:24.400Z] org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
[2020-12-16T03:38:24.400Z] 	at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel(TimeoutStepExecution.java:165)
[2020-12-16T03:38:24.400Z] 	at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.access$100(TimeoutStepExecution.java:38)
[2020-12-16T03:38:24.400Z] 	at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution$1.run(TimeoutStepExecution.java:139)
[2020-12-16T03:38:24.400Z] 	at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:58)
[2020-12-16T03:38:24.400Z] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[2020-12-16T03:38:24.400Z] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[2020-12-16T03:38:24.400Z] 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
[2020-12-16T03:38:24.400Z] 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
[2020-12-16T03:38:24.400Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-12-16T03:38:24.400Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-12-16T03:38:24.400Z] 	at java.lang.Thread.run(Thread.java:748)
[2020-12-16T03:38:24.400Z] 
[2020-12-16T03:38:24.421Z] Archiving artifacts
[2020-12-16T03:38:24.552Z] Failed in branch Linux
[2020-12-16T03:38:24.725Z] Stage "Release to feedz.io" skipped due to earlier failure(s)
[2020-12-16T03:38:24.775Z] Stage "Release" skipped due to earlier failure(s)
[2020-12-16T03:38:24.801Z] Stage "Release" skipped due to earlier failure(s)
[2020-12-16T03:38:24.860Z] Stage "Release" skipped due to earlier failure(s)
[2020-12-16T03:38:24.976Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2020-12-16T03:38:24.998Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2020-12-16T03:38:25.283Z] Running on Jenkins in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1083
[2020-12-16T03:38:25.423Z] [INFO] getVaultSecret: Getting secrets
[2020-12-16T03:38:25.704Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-12-16T03:38:26.502Z] + chmod 755 generate-build-data.sh
[2020-12-16T03:38:26.502Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1083/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1083/runs/5 FAILURE 4694261
[2020-12-16T03:38:27.053Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1083/runs/5/steps/?limit=10000 -o steps-info.json
[2020-12-16T03:38:27.964Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1083/runs/5/tests/?status=FAILED -o tests-errors.json
[2020-12-16T03:38:28.875Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1083/runs/5/log/ -o pipeline-log.txt

Copy link
Contributor

@gregkalapos gregkalapos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

1 small thing below.

@AlexanderWert AlexanderWert changed the title Add support for Azure App Service Cloud metadata [META 388] Add support for Azure App Service Cloud metadata Dec 14, 2020
@russcam russcam merged commit b43df67 into elastic:master Dec 16, 2020
@russcam russcam deleted the feature/azure-app-service-metadata branch December 16, 2020 04:09
@AlexanderWert AlexanderWert added this to the 7.11 milestone Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants